tools/libxl: Fix build of libxl with ./configure --disable-blktap2
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 Aug 2014 14:32:57 +0000 (15:32 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 8 Sep 2014 10:21:18 +0000 (11:21 +0100)
commit489ddd21e3bb7782902a2e983183c7b2f64a8fef
tree67ff1101b2873ed0915bd1451204d8455b563112
parentea61dbe00f4cf230fdf5545ae41e6fdc6d9eb633
tools/libxl: Fix build of libxl with ./configure --disable-blktap2

Autoconf already has appropriate Linux/non-Linux logic for CONFIG_BLKTAP2.

Let LIBXL_BLKTAP inherit directly from CONFIG_BLKTAP2, rather than requiring a
further LIBXL_BLKTAP=n in addition to ./configure --disable-blktap2 to get
libxl to successfully link under Linux.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
CC: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Rules.mk